#CF67DD

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

Shades of Orchid #CF67DD

Tints of Orchid #CF67DD

Color information

#CF67DD (or 0xCF67DD) is unknown color: approx Orchid. HEX triplet: CF, 67 and DD. RGB value is (207,103,221). Sum of RGB (Red+Green+Blue) = 207+103+221=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF67DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67DD is #309822. Grayscale: #939393. Windows color (decimal): -3184675 or 14510031. OLE color: 14510031.

HSL color Cylindrical-coordinate representation of color #CF67DD: hue angle of 292.88º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF67DD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207103221-
CMYK0.060.5300.13
HSL292.88º63.44%63.53%-
HSV(B)292.88º53.39%86.67%-
XYZ43.6328.1971.55-
YUV147.55169.46170.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 103 (40.62% from 255) = 19.40%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=38.98%
G=19.40%
B=41.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071032210.060.5300.13292.8863.4463.53
HexCF67DD6350D1253f40
Octal31714733566501544577100
Binary11001111110011111011101110110101011011001001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF67DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF67DD; }

 p { color: rgb(207,103,221); }

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

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

 a { background-color: rgb(207,103,221); }

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

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

 span { border-color: rgb(207,103,221); }

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