#CF67D4

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

Shades of Orchid #CF67D4

Tints of Orchid #CF67D4

Color information

#CF67D4 (or 0xCF67D4) is unknown color: approx Orchid. HEX triplet: CF, 67 and D4. RGB value is (207,103,212). Sum of RGB (Red+Green+Blue) = 207+103+212=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF67D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67D4 is #30982B. Grayscale: #929292. Windows color (decimal): -3184684 or 13920207. OLE color: 13920207.

HSL color Cylindrical-coordinate representation of color #CF67D4: hue angle of 297.25º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF67D4 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207103212-
CMYK0.020.5100.17
HSL297.25º55.9%61.76%-
HSV(B)297.25º51.42%83.14%-
XYZ42.4727.7265.4-
YUV146.52164.96171.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 103 (40.62% from 255) = 19.73%
BLUE value IS 212 (83.20% from 255) = 40.61%
R=39.66%
G=19.73%
B=40.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071032120.020.5100.17297.2555.961.76
HexCF67D4233011129383e
Octal3171473242630214517076
Binary1100111111001111101010010110011010001100101001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF67D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF67D4; }

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

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

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

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

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

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

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

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