#CF65D7

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

Shades of Orchid #CF65D7

Tints of Orchid #CF65D7

Color information

#CF65D7 (or 0xCF65D7) is unknown color: approx Orchid. HEX triplet: CF, 65 and D7. RGB value is (207,101,215). Sum of RGB (Red+Green+Blue) = 207+101+215=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF65D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65D7 is #309A28. Grayscale: #919191. Windows color (decimal): -3185193 or 14116303. OLE color: 14116303.

HSL color Cylindrical-coordinate representation of color #CF65D7: hue angle of 295.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF65D7 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207101215-
CMYK0.040.5300.16
HSL295.79º58.76%61.96%-
HSV(B)295.79º53.02%84.31%-
XYZ42.6527.4867.35-
YUV145.69167.12171.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 101 (39.84% from 255) = 19.31%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=39.58%
G=19.31%
B=41.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071012150.040.5300.16295.7958.7661.96
HexCF65D74350101283b3e
Octal3171453274650204507376
Binary11001111110010111010111100110101010000100101000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF65D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF65D7; }

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

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

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

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

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

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

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

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