Html Css Color HEX #C368CF Medium Orchid

📋 copy color: '#C368CF'

red 195 ◦ green 104 ◦ blue 207

#C368CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C368CF

Tints of Medium Orchid #C368CF

RGB

 RED value IS 195 (76.56% from 255) = 38.54%

 GREEN value IS 104 (41.02% from 255) = 20.55%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 38.54%
G = 20.55%
B = 40.91%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C368CF (or 0xC368CF) is known color: Medium Orchid. HEX triplet: C3, 68 and CF. RGB value is (195,104,207). Sum of RGB (Red+Green+Blue) = 195+104+207=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #C368CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368CF is #3C9730. Grayscale: #8E8E8E. Windows color (decimal): -3970865 or 13592771. OLE color: 13592771.

HSL color Cylindrical-coordinate representation of color #C368CF: hue angle of 293.01º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C368CF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 104 207 -
CMYK 0.06 0.50 0 0.19
HSL 293.01º 0.52% 0.61% -
HSV(B) 293.01º 0.5% 0.81% -
XYZ 38.72 26.01 62.01 -
YUV 142.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 195 104 207 0.06 0.50 0 0.19 293.01 0.52 0.61
Hex C3 68 CF 6 32 0 13 125 34 3D
Octal 303 150 317 6 62 0 23 445 64 75
Binary 11000011 1101000 11001111 110 110010 0 10011 100100101 110100 111101

Color Harmonies of #C368CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368CF

Black with #C368CF

Text Example


Text Example

White with #C368CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368CF; }

 p { color: rgb(195,104,207); }

 H1.HeaderClassName
 {
   color: #C368CF;
 }
 .AnyTagClassName
 {
   color: #C368CF;
 }
</style>

background-color css

<style>
 a { background-color: #C368CF; }

 a { background-color: rgb(195,104,207); }

 div.DivClassName
 {
   background-color: #C368CF;
 }
 .BgClassName
 {
   background-color: #C368CF;
 }
</style>

border-color css

<style>
 span { border-color: #C368CF; }

 span { border-color: rgb(195,104,207); }

 td.TdClassName
 {
   border-color: #C368CF;
 }
 .TagClassName
 {
   border-color: #C368CF;
 }
</style>