#CF6AD5

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

Shades of Orchid #CF6AD5

Tints of Orchid #CF6AD5

Color information

#CF6AD5 (or 0xCF6AD5) is unknown color: approx Orchid. HEX triplet: CF, 6A and D5. RGB value is (207,106,213). Sum of RGB (Red+Green+Blue) = 207+106+213=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF6AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AD5 is #30952A. Grayscale: #949494. Windows color (decimal): -3183915 or 13986511. OLE color: 13986511.

HSL color Cylindrical-coordinate representation of color #CF6AD5: hue angle of 296.64º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6AD5 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207106213-
CMYK0.030.5000.16
HSL296.64º56.02%62.55%-
HSV(B)296.64º50.23%83.53%-
XYZ42.928.3866.17-
YUV148.4164.46169.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 106 (41.80% from 255) = 20.15%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=39.35%
G=20.15%
B=40.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071062130.030.5000.16296.6456.0262.55
HexCF6AD5332010129383f
Octal3171523253620204517077
Binary1100111111010101101010111110010010000100101001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6AD5; }

 p { color: rgb(207,106,213); }

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

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

 a { background-color: rgb(207,106,213); }

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

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

 span { border-color: rgb(207,106,213); }

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