#CF68C8

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

Shades of Orchid #CF68C8

Tints of Orchid #CF68C8

Color information

#CF68C8 (or 0xCF68C8) is unknown color: approx Orchid. HEX triplet: CF, 68 and C8. RGB value is (207,104,200). Sum of RGB (Red+Green+Blue) = 207+104+200=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68C8 is #309737. Grayscale: #919191. Windows color (decimal): -3184440 or 13134031. OLE color: 13134031.

HSL color Cylindrical-coordinate representation of color #CF68C8: hue angle of 304.08º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF68C8 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207104200-
CMYK00.500.030.19
HSL304.08º51.76%60.98%-
HSV(B)304.08º49.76%81.18%-
XYZ41.1127.3457.75-
YUV145.74158.62171.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 104 (41.02% from 255) = 20.35%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=40.51%
G=20.35%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710420000.500.030.19304.0851.7660.98
HexCF68C8032313130343d
Octal3171503100623234606475
Binary1100111111010001100100001100101110011100110000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF68C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF68C8; }

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

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

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

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

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

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

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

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