Html Css Color HEX #CA83CB Orchid

📋 copy color: '#CA83CB'

red 202 ◦ green 131 ◦ blue 203

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

Shades of Orchid #CA83CB

Tints of Orchid #CA83CB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.44%

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

R = 37.69%
G = 24.44%
B = 37.87%

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

#CA83CB (or 0xCA83CB) is known color: Orchid. HEX triplet: CA, 83 and CB. RGB value is (202,131,203). Sum of RGB (Red+Green+Blue) = 202+131+203=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83CB is #357C34. Grayscale: #A0A0A0. Windows color (decimal): -3505205 or 13337546. OLE color: 13337546.

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

Color convert

RGB 202 131 203 -
CMYK 0.00 0.35 0 0.20
HSL 299.17º 0.41% 0.65% -
HSV(B) 299.17º 0.35% 0.8% -
XYZ 43.25 33.1 60.61 -
YUV 160.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 202 131 203 0.00 0.35 0 0.20 299.17 0.41 0.65
Hex CA 83 CB 0 23 0 14 12B 29 41
Octal 312 203 313 0 43 0 24 453 51 101
Binary 11001010 10000011 11001011 0 100011 0 10100 100101011 101001 1000001

Color Harmonies of #CA83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83CB

Black with #CA83CB

Text Example


Text Example

White with #CA83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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