Html Css Color HEX #C87BCA Orchid

📋 copy color: '#C87BCA'

red 200 ◦ green 123 ◦ blue 202

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

Shades of Orchid #C87BCA

Tints of Orchid #C87BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.43%

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 38.1%
G = 23.43%
B = 38.48%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C87BCA (or 0xC87BCA) is known color: Orchid. HEX triplet: C8, 7B and CA. RGB value is (200,123,202). Sum of RGB (Red+Green+Blue) = 200+123+202=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #C87BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BCA is #378435. Grayscale: #9A9A9A. Windows color (decimal): -3638326 or 13269960. OLE color: 13269960.

HSL color Cylindrical-coordinate representation of color #C87BCA: hue angle of 298.48º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87BCA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 123 202 -
CMYK 0.01 0.39 0 0.21
HSL 298.48º 0.43% 0.64% -
HSV(B) 298.48º 0.39% 0.79% -
XYZ 41.56 30.71 59.61 -
YUV 155.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 200 123 202 0.01 0.39 0 0.21 298.48 0.43 0.64
Hex C8 7B CA 1 27 0 15 12A 2B 40
Octal 310 173 312 1 47 0 25 452 53 100
Binary 11001000 1111011 11001010 1 100111 0 10101 100101010 101011 1000000

Color Harmonies of #C87BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87BCA

Black with #C87BCA

Text Example


Text Example

White with #C87BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87BCA; }

 p { color: rgb(200,123,202); }

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

background-color css

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

 a { background-color: rgb(200,123,202); }

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

border-color css

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

 span { border-color: rgb(200,123,202); }

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