Html Css Color HEX #CA82C1 Orchid

📋 copy color: '#CA82C1'

red 202 ◦ green 130 ◦ blue 193

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

Shades of Orchid #CA82C1

Tints of Orchid #CA82C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 38.48%
G = 24.76%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA82C1 (or 0xCA82C1) is known color: Orchid. HEX triplet: CA, 82 and C1. RGB value is (202,130,193). Sum of RGB (Red+Green+Blue) = 202+130+193=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82C1 is #357D3E. Grayscale: #9E9E9E. Windows color (decimal): -3505471 or 12681930. OLE color: 12681930.

HSL color Cylindrical-coordinate representation of color #CA82C1: hue angle of 307.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA82C1 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 130 193 -
CMYK 0 0.36 0.04 0.21
HSL 307.5º 0.4% 0.65% -
HSV(B) 307.5º 0.36% 0.79% -
XYZ 41.97 32.37 54.49 -
YUV 158.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 202 130 193 0 0.36 0.04 0.21 307.5 0.4 0.65
Hex CA 82 C1 0 24 4 15 134 28 41
Octal 312 202 301 0 44 4 25 464 50 101
Binary 11001010 10000010 11000001 0 100100 100 10101 100110100 101000 1000001

Color Harmonies of #CA82C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82C1

Black with #CA82C1

Text Example


Text Example

White with #CA82C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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