#CD7AC4

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

Shades of Orchid #CD7AC4

Tints of Orchid #CD7AC4

Color information

#CD7AC4 (or 0xCD7AC4) is unknown color: approx Orchid. HEX triplet: CD, 7A and C4. RGB value is (205,122,196). Sum of RGB (Red+Green+Blue) = 205+122+196=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7AC4 is #32853B. Grayscale: #9B9B9B. Windows color (decimal): -3310908 or 12876493. OLE color: 12876493.

HSL color Cylindrical-coordinate representation of color #CD7AC4: hue angle of 306.51º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7AC4 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205122196-
CMYK00.400.040.20
HSL306.51º45.36%64.12%-
HSV(B)306.51º40.49%80.39%-
XYZ42.130.8855.97-
YUV155.25151163.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 122 (48.05% from 255) = 23.33%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=39.20%
G=23.33%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512219600.400.040.20306.5145.3664.12
HexCD7AC40284141332d40
Octal31517230405042446355100
Binary110011011111010110001000101000100101001001100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7AC4; }

 p { color: rgb(205,122,196); }

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

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

 a { background-color: rgb(205,122,196); }

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

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

 span { border-color: rgb(205,122,196); }

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