#CD68CA

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

Shades of Orchid #CD68CA

Tints of Orchid #CD68CA

Color information

#CD68CA (or 0xCD68CA) is unknown color: approx Orchid. HEX triplet: CD, 68 and CA. RGB value is (205,104,202). Sum of RGB (Red+Green+Blue) = 205+104+202=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD68CA is #329735. Grayscale: #919191. Windows color (decimal): -3315510 or 13265101. OLE color: 13265101.

HSL color Cylindrical-coordinate representation of color #CD68CA: hue angle of 301.78º 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 #CD68CA is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205104202-
CMYK00.490.010.20
HSL301.78º50.25%60.59%-
HSV(B)301.78º49.27%80.39%-
XYZ40.7927.1458.97-
YUV145.37159.96170.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 104 (41.02% from 255) = 20.35%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=40.12%
G=20.35%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510420200.490.010.20301.7850.2560.59
HexCD68CA03111412e323d
Octal3151503120611244566275
Binary110011011101000110010100110001110100100101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD68CA; }

 p { color: rgb(205,104,202); }

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

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

 a { background-color: rgb(205,104,202); }

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

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

 span { border-color: rgb(205,104,202); }

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