#C67BCA

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

Shades of Orchid #C67BCA

Tints of Orchid #C67BCA

Color information

#C67BCA (or 0xC67BCA) is unknown color: approx Orchid. HEX triplet: C6, 7B and CA. RGB value is (198,123,202). Sum of RGB (Red+Green+Blue) = 198+123+202=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #C67BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BCA is #398435. Grayscale: #9A9A9A. Windows color (decimal): -3769398 or 13269958. OLE color: 13269958.

HSL color Cylindrical-coordinate representation of color #C67BCA: hue angle of 296.96º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67BCA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198123202-
CMYK0.020.3900.21
HSL296.96º42.7%63.73%-
HSV(B)296.96º39.11%79.22%-
XYZ41.0330.4459.59-
YUV154.43154.85159.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.86%
GREEN value IS 123 (48.44% from 255) = 23.52%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=37.86%
G=23.52%
B=38.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981232020.020.3900.21296.9642.763.73
HexC67BCA2270151292b40
Octal30617331224702545153100
Binary11000110111101111001010101001110101011001010011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67BCA; }

 p { color: rgb(198,123,202); }

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

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

 a { background-color: rgb(198,123,202); }

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

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

 span { border-color: rgb(198,123,202); }

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