Html Css Color HEX #C87FCB Orchid

📋 copy color: '#C87FCB'

red 200 ◦ green 127 ◦ blue 203

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

Shades of Orchid #C87FCB

Tints of Orchid #C87FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.96%

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

R = 37.74%
G = 23.96%
B = 38.3%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C87FCB (or 0xC87FCB) is known color: Orchid. HEX triplet: C8, 7F and CB. RGB value is (200,127,203). Sum of RGB (Red+Green+Blue) = 200+127+203=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #C87FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FCB is #378034. Grayscale: #9D9D9D. Windows color (decimal): -3637301 or 13336520. OLE color: 13336520.

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

Color convert

RGB 200 127 203 -
CMYK 0.01 0.37 0 0.20
HSL 297.63º 0.42% 0.65% -
HSV(B) 297.63º 0.37% 0.8% -
XYZ 42.19 31.77 60.41 -
YUV 157.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 200 127 203 0.01 0.37 0 0.20 297.63 0.42 0.65
Hex C8 7F CB 1 25 0 14 12A 2A 41
Octal 310 177 313 1 45 0 24 452 52 101
Binary 11001000 1111111 11001011 1 100101 0 10100 100101010 101010 1000001

Color Harmonies of #C87FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FCB

Black with #C87FCB

Text Example


Text Example

White with #C87FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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