Html Css Color HEX #CA82D1 Orchid

📋 copy color: '#CA82D1'

red 202 ◦ green 130 ◦ blue 209

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

Shades of Orchid #CA82D1

Tints of Orchid #CA82D1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.03%

 BLUE value IS 209 (82.03% from 255) = 38.63%

R = 37.34%
G = 24.03%
B = 38.63%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA82D1 (or 0xCA82D1) is known color: Orchid. HEX triplet: CA, 82 and D1. RGB value is (202,130,209). Sum of RGB (Red+Green+Blue) = 202+130+209=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA82D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82D1 is #357D2E. Grayscale: #A0A0A0. Windows color (decimal): -3505455 or 13730506. OLE color: 13730506.

HSL color Cylindrical-coordinate representation of color #CA82D1: hue angle of 294.68º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA82D1 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 130 209 -
CMYK 0.03 0.38 0 0.18
HSL 294.68º 0.46% 0.66% -
HSV(B) 294.68º 0.38% 0.82% -
XYZ 43.85 33.13 64.4 -
YUV 160.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 202 130 209 0.03 0.38 0 0.18 294.68 0.46 0.66
Hex CA 82 D1 3 26 0 12 127 2E 42
Octal 312 202 321 3 46 0 22 447 56 102
Binary 11001010 10000010 11010001 11 100110 0 10010 100100111 101110 1000010

Color Harmonies of #CA82D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82D1

Black with #CA82D1

Text Example


Text Example

White with #CA82D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82D1; }

 p { color: rgb(202,130,209); }

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

background-color css

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

 a { background-color: rgb(202,130,209); }

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

border-color css

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

 span { border-color: rgb(202,130,209); }

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