#CF65C8

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

Shades of Orchid #CF65C8

Tints of Orchid #CF65C8

Color information

#CF65C8 (or 0xCF65C8) is unknown color: approx Orchid. HEX triplet: CF, 65 and C8. RGB value is (207,101,200). Sum of RGB (Red+Green+Blue) = 207+101+200=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65C8 is #309A37. Grayscale: #8F8F8F. Windows color (decimal): -3185208 or 13133263. OLE color: 13133263.

HSL color Cylindrical-coordinate representation of color #CF65C8: hue angle of 303.96º 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 #CF65C8 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207101200-
CMYK00.510.030.19
HSL303.96º52.48%60.39%-
HSV(B)303.96º51.21%81.18%-
XYZ40.8126.7457.65-
YUV143.98159.62172.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 101 (39.84% from 255) = 19.88%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=40.75%
G=19.88%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710120000.510.030.19303.9652.4860.39
HexCF65C8033313130343c
Octal3171453100633234606474
Binary1100111111001011100100001100111110011100110000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF65C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF65C8; }

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

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

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

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

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

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

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

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