Html Css Color HEX #CA84CB Orchid

📋 copy color: '#CA84CB'

red 202 ◦ green 132 ◦ blue 203

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

Shades of Orchid #CA84CB

Tints of Orchid #CA84CB

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA84CB (or 0xCA84CB) is known color: Orchid. HEX triplet: CA, 84 and CB. RGB value is (202,132,203). Sum of RGB (Red+Green+Blue) = 202+132+203=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84CB is #357B34. Grayscale: #A0A0A0. Windows color (decimal): -3504949 or 13337802. OLE color: 13337802.

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

Color convert

RGB 202 132 203 -
CMYK 0.00 0.35 0 0.20
HSL 299.15º 0.41% 0.66% -
HSV(B) 299.15º 0.35% 0.8% -
XYZ 43.39 33.37 60.65 -
YUV 161.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 202 132 203 0.00 0.35 0 0.20 299.15 0.41 0.66
Hex CA 84 CB 0 23 0 14 12B 29 42
Octal 312 204 313 0 43 0 24 453 51 102
Binary 11001010 10000100 11001011 0 100011 0 10100 100101011 101001 1000010

Color Harmonies of #CA84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84CB

Black with #CA84CB

Text Example


Text Example

White with #CA84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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