#CA7DC4

Color #CA7DC4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CA7DC4

Tints of Orchid #CA7DC4

Color information

#CA7DC4 (or 0xCA7DC4) is unknown color: approx Orchid. HEX triplet: CA, 7D and C4. RGB value is (202,125,196). Sum of RGB (Red+Green+Blue) = 202+125+196=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DC4 is #35823B. Grayscale: #9B9B9B. Windows color (decimal): -3506748 or 12877258. OLE color: 12877258.

HSL color Cylindrical-coordinate representation of color #CA7DC4: hue angle of 304.68º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7DC4 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202125196-
CMYK00.380.030.21
HSL304.68º42.08%64.12%-
HSV(B)304.68º38.12%79.22%-
XYZ41.6531.2156.05-
YUV156.12150.51160.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=38.62%
G=23.90%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212519600.380.030.21304.6842.0864.12
HexCA7DC40263151312a40
Octal31217530404632546152100
Binary11001010111110111000100010011011101011001100011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DC4; }

 p { color: rgb(202,125,196); }

 H1.HeaderClassName
 {
   color: #CA7DC4;
 }
 .AnyTagClassName
 {
   color: #CA7DC4;
 }
</style>
background-color css

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

 a { background-color: rgb(202,125,196); }

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

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

 span { border-color: rgb(202,125,196); }

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