#CD69C5

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

Shades of Orchid #CD69C5

Tints of Orchid #CD69C5

Color information

#CD69C5 (or 0xCD69C5) is unknown color: approx Orchid. HEX triplet: CD, 69 and C5. RGB value is (205,105,197). Sum of RGB (Red+Green+Blue) = 205+105+197=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD69C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD69C5 is #32963A. Grayscale: #919191. Windows color (decimal): -3315259 or 12937677. OLE color: 12937677.

HSL color Cylindrical-coordinate representation of color #CD69C5: hue angle of 304.8º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD69C5 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205105197-
CMYK00.490.040.20
HSL304.8º50%60.78%-
HSV(B)304.8º48.78%80.39%-
XYZ40.3127.1155.93-
YUV145.39157.13170.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 105 (41.41% from 255) = 20.71%
BLUE value IS 197 (77.34% from 255) = 38.86%
R=40.43%
G=20.71%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510519700.490.040.20304.85060.78
HexCD69C5031414131323d
Octal3151513050614244616275
Binary11001101110100111000101011000110010100100110001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69C5; }

 p { color: rgb(205,105,197); }

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

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

 a { background-color: rgb(205,105,197); }

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

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

 span { border-color: rgb(205,105,197); }

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