#CF65DD

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

Shades of Orchid #CF65DD

Tints of Orchid #CF65DD

Color information

#CF65DD (or 0xCF65DD) is unknown color: approx Orchid. HEX triplet: CF, 65 and DD. RGB value is (207,101,221). Sum of RGB (Red+Green+Blue) = 207+101+221=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65DD is #309A22. Grayscale: #929292. Windows color (decimal): -3185187 or 14509519. OLE color: 14509519.

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

Color convert

RGB207101221-
CMYK0.060.5400.13
HSL293º63.83%63.14%-
HSV(B)293º54.3%86.67%-
XYZ43.4427.7971.48-
YUV146.37170.12171.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 101 (39.84% from 255) = 19.09%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=39.13%
G=19.09%
B=41.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071012210.060.5400.1329363.8363.14
HexCF65DD6360D125403f
Octal31714533566601544510077
Binary11001111110010111011101110110110011011001001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF65DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF65DD; }

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

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

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

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

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

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

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

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