Html Css Color HEX #C868CB Orchid

📋 copy color: '#C868CB'

red 200 ◦ green 104 ◦ blue 203

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

Shades of Orchid #C868CB

Tints of Orchid #C868CB

RGB

 RED value IS 200 (78.52% from 255) = 39.45%

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 39.45%
G = 20.51%
B = 40.04%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C868CB (or 0xC868CB) is known color: Orchid. HEX triplet: C8, 68 and CB. RGB value is (200,104,203). Sum of RGB (Red+Green+Blue) = 200+104+203=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #C868CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868CB is #379734. Grayscale: #8F8F8F. Windows color (decimal): -3643189 or 13330632. OLE color: 13330632.

HSL color Cylindrical-coordinate representation of color #C868CB: hue angle of 298.18º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C868CB is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 104 203 -
CMYK 0.01 0.49 0 0.20
HSL 298.18º 0.49% 0.6% -
HSV(B) 298.18º 0.49% 0.8% -
XYZ 39.55 26.49 59.53 -
YUV 143.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 200 104 203 0.01 0.49 0 0.20 298.18 0.49 0.6
Hex C8 68 CB 1 31 0 14 12A 31 3C
Octal 310 150 313 1 61 0 24 452 61 74
Binary 11001000 1101000 11001011 1 110001 0 10100 100101010 110001 111100

Color Harmonies of #C868CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868CB

Black with #C868CB

Text Example


Text Example

White with #C868CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868CB; }

 p { color: rgb(200,104,203); }

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

background-color css

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

 a { background-color: rgb(200,104,203); }

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

border-color css

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

 span { border-color: rgb(200,104,203); }

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