#CD6BC3

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

Shades of Orchid #CD6BC3

Tints of Orchid #CD6BC3

Color information

#CD6BC3 (or 0xCD6BC3) is unknown color: approx Orchid. HEX triplet: CD, 6B and C3. RGB value is (205,107,195). Sum of RGB (Red+Green+Blue) = 205+107+195=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BC3 is #32943C. Grayscale: #929292. Windows color (decimal): -3314749 or 12807117. OLE color: 12807117.

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

Color convert

RGB205107195-
CMYK00.480.050.20
HSL306.12º49.49%61.18%-
HSV(B)306.12º47.8%80.39%-
XYZ40.2827.4354.8-
YUV146.33155.47169.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 107 (42.19% from 255) = 21.10%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=40.43%
G=21.10%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510719500.480.050.20306.1249.4961.18
HexCD6BC3030514132313d
Octal3151533030605244626175
Binary11001101110101111000011011000010110100100110010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6BC3; }

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

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

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

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

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

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

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

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