Html Css Color HEX #CB87D2 Orchid

📋 copy color: '#CB87D2'

red 203 ◦ green 135 ◦ blue 210

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

Shades of Orchid #CB87D2

Tints of Orchid #CB87D2

RGB

 RED value IS 203 (79.69% from 255) = 37.04%

 GREEN value IS 135 (53.13% from 255) = 24.64%

 BLUE value IS 210 (82.42% from 255) = 38.32%

R = 37.04%
G = 24.64%
B = 38.32%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB87D2 (or 0xCB87D2) is known color: Orchid. HEX triplet: CB, 87 and D2. RGB value is (203,135,210). Sum of RGB (Red+Green+Blue) = 203+135+210=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB87D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87D2 is #34782D. Grayscale: #A3A3A3. Windows color (decimal): -3438638 or 13797323. OLE color: 13797323.

HSL color Cylindrical-coordinate representation of color #CB87D2: hue angle of 294.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB87D2 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 135 210 -
CMYK 0.03 0.36 0 0.18
HSL 294.4º 0.45% 0.68% -
HSV(B) 294.4º 0.36% 0.82% -
XYZ 44.93 34.68 65.3 -
YUV 163.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 203 135 210 0.03 0.36 0 0.18 294.4 0.45 0.68
Hex CB 87 D2 3 24 0 12 126 2D 44
Octal 313 207 322 3 44 0 22 446 55 104
Binary 11001011 10000111 11010010 11 100100 0 10010 100100110 101101 1000100

Color Harmonies of #CB87D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB87D2

Black with #CB87D2

Text Example


Text Example

White with #CB87D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB87D2; }

 p { color: rgb(203,135,210); }

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

background-color css

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

 a { background-color: rgb(203,135,210); }

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

border-color css

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

 span { border-color: rgb(203,135,210); }

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