#C67DCF

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

Shades of Orchid #C67DCF

Tints of Orchid #C67DCF

Color information

#C67DCF (or 0xC67DCF) is unknown color: approx Orchid. HEX triplet: C6, 7D and CF. RGB value is (198,125,207). Sum of RGB (Red+Green+Blue) = 198+125+207=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #C67DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DCF is #398230. Grayscale: #9B9B9B. Windows color (decimal): -3768881 or 13598150. OLE color: 13598150.

HSL color Cylindrical-coordinate representation of color #C67DCF: hue angle of 293.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67DCF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198125207-
CMYK0.040.4000.19
HSL293.41º46.07%65.1%-
HSV(B)293.41º39.61%81.18%-
XYZ41.8831.1862.84-
YUV156.18156.68157.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.36%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=37.36%
G=23.58%
B=39.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981252070.040.4000.19293.4146.0765.1
HexC67DCF4280131252e41
Octal30617531745002344556101
Binary110001101111101110011111001010000100111001001011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DCF; }

 p { color: rgb(198,125,207); }

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

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

 a { background-color: rgb(198,125,207); }

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

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

 span { border-color: rgb(198,125,207); }

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