#CF65C5

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

Shades of Orchid #CF65C5

Tints of Orchid #CF65C5

Color information

#CF65C5 (or 0xCF65C5) is unknown color: approx Orchid. HEX triplet: CF, 65 and C5. RGB value is (207,101,197). Sum of RGB (Red+Green+Blue) = 207+101+197=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65C5 is #309A3A. Grayscale: #8F8F8F. Windows color (decimal): -3185211 or 12936655. OLE color: 12936655.

HSL color Cylindrical-coordinate representation of color #CF65C5: hue angle of 305.66º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF65C5 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207101197-
CMYK00.510.050.19
HSL305.66º52.48%60.39%-
HSV(B)305.66º51.21%81.18%-
XYZ40.4626.655.83-
YUV143.64158.12173.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 101 (39.84% from 255) = 20%
BLUE value IS 197 (77.34% from 255) = 39.01%
R=40.99%
G=20%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710119700.510.050.19305.6652.4860.39
HexCF65C5033513132343c
Octal3171453050635234626474
Binary11001111110010111000101011001110110011100110010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF65C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF65C5; }

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

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

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

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

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

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

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

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