Html Css Color HEX #CA83CC Orchid

📋 copy color: '#CA83CC'

red 202 ◦ green 131 ◦ blue 204

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

Shades of Orchid #CA83CC

Tints of Orchid #CA83CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 37.62%
G = 24.39%
B = 37.99%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA83CC (or 0xCA83CC) is known color: Orchid. HEX triplet: CA, 83 and CC. RGB value is (202,131,204). Sum of RGB (Red+Green+Blue) = 202+131+204=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83CC is #357C33. Grayscale: #A0A0A0. Windows color (decimal): -3505204 or 13403082. OLE color: 13403082.

HSL color Cylindrical-coordinate representation of color #CA83CC: hue angle of 298.36º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA83CC is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 131 204 -
CMYK 0.01 0.36 0 0.2
HSL 298.36º 0.42% 0.66% -
HSV(B) 298.36º 0.36% 0.8% -
XYZ 43.37 33.15 61.24 -
YUV 160.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 202 131 204 0.01 0.36 0 0.2 298.36 0.42 0.66
Hex CA 83 CC 1 24 0 14 12A 2A 42
Octal 312 203 314 1 44 0 24 452 52 102
Binary 11001010 10000011 11001100 1 100100 0 10100 100101010 101010 1000010

Color Harmonies of #CA83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83CC

Black with #CA83CC

Text Example


Text Example

White with #CA83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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