Html Css Color HEX #C869CB Orchid

📋 copy color: '#C869CB'

red 200 ◦ green 105 ◦ blue 203

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

Shades of Orchid #C869CB

Tints of Orchid #C869CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.67%

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

R = 39.37%
G = 20.67%
B = 39.96%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C869CB (or 0xC869CB) is known color: Orchid. HEX triplet: C8, 69 and CB. RGB value is (200,105,203). Sum of RGB (Red+Green+Blue) = 200+105+203=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C869CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869CB is #379634. Grayscale: #909090. Windows color (decimal): -3642933 or 13330888. OLE color: 13330888.

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

Color convert

RGB 200 105 203 -
CMYK 0.01 0.48 0 0.20
HSL 298.16º 0.49% 0.6% -
HSV(B) 298.16º 0.48% 0.8% -
XYZ 39.65 26.69 59.56 -
YUV 144.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 200 105 203 0.01 0.48 0 0.20 298.16 0.49 0.6
Hex C8 69 CB 1 30 0 14 12A 31 3C
Octal 310 151 313 1 60 0 24 452 61 74
Binary 11001000 1101001 11001011 1 110000 0 10100 100101010 110001 111100

Color Harmonies of #C869CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869CB

Black with #C869CB

Text Example


Text Example

White with #C869CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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