Html Css Color HEX #CB84CB Orchid

📋 copy color: '#CB84CB'

red 203 ◦ green 132 ◦ blue 203

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

Shades of Orchid #CB84CB

Tints of Orchid #CB84CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.54%

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

R = 37.73%
G = 24.54%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB84CB (or 0xCB84CB) is known color: Orchid. HEX triplet: CB, 84 and CB. RGB value is (203,132,203). Sum of RGB (Red+Green+Blue) = 203+132+203=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84CB is #347B34. Grayscale: #A1A1A1. Windows color (decimal): -3439413 or 13337803. OLE color: 13337803.

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

Color convert

RGB 203 132 203 -
CMYK 0 0.35 0 0.20
HSL 300º 0.41% 0.66% -
HSV(B) 300º 0.35% 0.8% -
XYZ 43.66 33.51 60.67 -
YUV 161.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 203 132 203 0 0.35 0 0.20 300 0.41 0.66
Hex CB 84 CB 0 23 0 14 12C 29 42
Octal 313 204 313 0 43 0 24 454 51 102
Binary 11001011 10000100 11001011 0 100011 0 10100 100101100 101001 1000010

Color Harmonies of #CB84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB84CB

Black with #CB84CB

Text Example


Text Example

White with #CB84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB84CB; }

 p { color: rgb(203,132,203); }

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

background-color css

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

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

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

border-color css

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

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

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