Html Css Color HEX #CA7CDC Orchid

📋 copy color: '#CA7CDC'

red 202 ◦ green 124 ◦ blue 220

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

Shades of Orchid #CA7CDC

Tints of Orchid #CA7CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.71%

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 37%
G = 22.71%
B = 40.29%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA7CDC (or 0xCA7CDC) is known color: Orchid. HEX triplet: CA, 7C and DC. RGB value is (202,124,220). Sum of RGB (Red+Green+Blue) = 202+124+220=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA7CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CDC is #358323. Grayscale: #9D9D9D. Windows color (decimal): -3506980 or 14449866. OLE color: 14449866.

HSL color Cylindrical-coordinate representation of color #CA7CDC: hue angle of 288.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7CDC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 124 220 -
CMYK 0.08 0.44 0 0.14
HSL 288.75º 0.58% 0.67% -
HSV(B) 288.75º 0.44% 0.86% -
XYZ 44.48 32.14 71.57 -
YUV 158.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 202 124 220 0.08 0.44 0 0.14 288.75 0.58 0.67
Hex CA 7C DC 8 2C 0 E 121 3A 43
Octal 312 174 334 10 54 0 16 441 72 103
Binary 11001010 1111100 11011100 1000 101100 0 1110 100100001 111010 1000011

Color Harmonies of #CA7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CDC

Black with #CA7CDC

Text Example


Text Example

White with #CA7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CDC; }

 p { color: rgb(202,124,220); }

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

background-color css

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

 a { background-color: rgb(202,124,220); }

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

border-color css

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

 span { border-color: rgb(202,124,220); }

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