Html Css Color HEX #CA7ED1 Orchid

📋 copy color: '#CA7ED1'

red 202 ◦ green 126 ◦ blue 209

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

Shades of Orchid #CA7ED1

Tints of Orchid #CA7ED1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.46%

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

R = 37.62%
G = 23.46%
B = 38.92%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA7ED1 (or 0xCA7ED1) is known color: Orchid. HEX triplet: CA, 7E and D1. RGB value is (202,126,209). Sum of RGB (Red+Green+Blue) = 202+126+209=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA7ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ED1 is #35812E. Grayscale: #9D9D9D. Windows color (decimal): -3506479 or 13729482. OLE color: 13729482.

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

Color convert

RGB 202 126 209 -
CMYK 0.03 0.40 0 0.18
HSL 294.94º 0.47% 0.66% -
HSV(B) 294.94º 0.4% 0.82% -
XYZ 43.33 32.08 64.23 -
YUV 158.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 202 126 209 0.03 0.40 0 0.18 294.94 0.47 0.66
Hex CA 7E D1 3 28 0 12 127 2F 42
Octal 312 176 321 3 50 0 22 447 57 102
Binary 11001010 1111110 11010001 11 101000 0 10010 100100111 101111 1000010

Color Harmonies of #CA7ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ED1

Black with #CA7ED1

Text Example


Text Example

White with #CA7ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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