#CF6BC2

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

Shades of Orchid #CF6BC2

Tints of Orchid #CF6BC2

Color information

#CF6BC2 (or 0xCF6BC2) is unknown color: approx Orchid. HEX triplet: CF, 6B and C2. RGB value is (207,107,194). Sum of RGB (Red+Green+Blue) = 207+107+194=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BC2 is #30943D. Grayscale: #929292. Windows color (decimal): -3183678 or 12741583. OLE color: 12741583.

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

Color convert

RGB207107194-
CMYK00.480.060.19
HSL307.8º51.02%61.57%-
HSV(B)307.8º48.31%81.18%-
XYZ40.7327.6854.23-
YUV146.82154.63170.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=40.75%
G=21.06%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710719400.480.060.19307.851.0261.57
HexCF6BC2030613134333e
Octal3171533020606234646376
Binary11001111110101111000010011000011010011100110100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6BC2; }

 p { color: rgb(207,107,194); }

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

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

 a { background-color: rgb(207,107,194); }

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

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

 span { border-color: rgb(207,107,194); }

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