#CD6BC4

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

Shades of Orchid #CD6BC4

Tints of Orchid #CD6BC4

Color information

#CD6BC4 (or 0xCD6BC4) is unknown color: approx Orchid. HEX triplet: CD, 6B and C4. RGB value is (205,107,196). Sum of RGB (Red+Green+Blue) = 205+107+196=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BC4 is #32943B. Grayscale: #929292. Windows color (decimal): -3314748 or 12872653. OLE color: 12872653.

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

Color convert

RGB205107196-
CMYK00.480.040.20
HSL305.51º49.49%61.18%-
HSV(B)305.51º47.8%80.39%-
XYZ40.427.4855.4-
YUV146.45155.97169.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 196 (76.95% from 255) = 38.58%
R=40.35%
G=21.06%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510719600.480.040.20305.5149.4961.18
HexCD6BC4030414132313d
Octal3151533040604244626175
Binary11001101110101111000100011000010010100100110010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6BC4; }

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

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

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

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

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

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

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

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