Html Css Color HEX #CB84CA Orchid

📋 copy color: '#CB84CA'

red 203 ◦ green 132 ◦ blue 202

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

Shades of Orchid #CB84CA

Tints of Orchid #CB84CA

RGB

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

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

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

R = 37.8%
G = 24.58%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB84CA (or 0xCB84CA) is known color: Orchid. HEX triplet: CB, 84 and CA. RGB value is (203,132,202). Sum of RGB (Red+Green+Blue) = 203+132+202=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84CA is #347B35. Grayscale: #A1A1A1. Windows color (decimal): -3439414 or 13272267. OLE color: 13272267.

HSL color Cylindrical-coordinate representation of color #CB84CA: hue angle of 300.85º 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 #CB84CA is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 132 202 -
CMYK 0 0.35 0.00 0.20
HSL 300.85º 0.41% 0.66% -
HSV(B) 300.85º 0.35% 0.8% -
XYZ 43.54 33.46 60.04 -
YUV 161.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 203 132 202 0 0.35 0.00 0.20 300.85 0.41 0.66
Hex CB 84 CA 0 23 0 14 12D 29 42
Octal 313 204 312 0 43 0 24 455 51 102
Binary 11001011 10000100 11001010 0 100011 0 10100 100101101 101001 1000010

Color Harmonies of #CB84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB84CA

Black with #CB84CA

Text Example


Text Example

White with #CB84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB84CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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