#CF67C4

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

Shades of Orchid #CF67C4

Tints of Orchid #CF67C4

Color information

#CF67C4 (or 0xCF67C4) is unknown color: approx Orchid. HEX triplet: CF, 67 and C4. RGB value is (207,103,196). Sum of RGB (Red+Green+Blue) = 207+103+196=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67C4 is #30983B. Grayscale: #909090. Windows color (decimal): -3184700 or 12871631. OLE color: 12871631.

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

Color convert

RGB207103196-
CMYK00.500.050.19
HSL306.35º52%60.78%-
HSV(B)306.35º50.24%81.18%-
XYZ40.5526.9555.29-
YUV144.7156.96172.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 103 (40.62% from 255) = 20.36%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=40.91%
G=20.36%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710319600.500.050.19306.355260.78
HexCF67C4032513132343d
Octal3171473040625234626475
Binary11001111110011111000100011001010110011100110010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF67C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF67C4; }

 p { color: rgb(207,103,196); }

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

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

 a { background-color: rgb(207,103,196); }

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

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

 span { border-color: rgb(207,103,196); }

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