#C67FDA

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

Shades of Orchid #C67FDA

Tints of Orchid #C67FDA

Color information

#C67FDA (or 0xC67FDA) is unknown color: approx Orchid. HEX triplet: C6, 7F and DA. RGB value is (198,127,218). Sum of RGB (Red+Green+Blue) = 198+127+218=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #C67FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FDA is #398025. Grayscale: #9E9E9E. Windows color (decimal): -3768358 or 14319558. OLE color: 14319558.

HSL color Cylindrical-coordinate representation of color #C67FDA: hue angle of 286.81º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67FDA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198127218-
CMYK0.090.4200.15
HSL286.81º55.15%67.65%-
HSV(B)286.81º41.74%85.49%-
XYZ43.5332.2570.26-
YUV158.6161.52156.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.46%
GREEN value IS 127 (50% from 255) = 23.39%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=36.46%
G=23.39%
B=40.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981272180.090.4200.15286.8155.1567.65
HexC67FDA92A0F11f3744
Octal306177332115201743767104
Binary110001101111111110110101001101010011111000111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FDA; }

 p { color: rgb(198,127,218); }

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

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

 a { background-color: rgb(198,127,218); }

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

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

 span { border-color: rgb(198,127,218); }

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