#C275CB

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

Shades of Orchid #C275CB

Tints of Orchid #C275CB

Color information

#C275CB (or 0xC275CB) is unknown color: approx Orchid. HEX triplet: C2, 75 and CB. RGB value is (194,117,203). Sum of RGB (Red+Green+Blue) = 194+117+203=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #C275CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275CB is #3D8A34. Grayscale: #959595. Windows color (decimal): -4033077 or 13333954. OLE color: 13333954.

HSL color Cylindrical-coordinate representation of color #C275CB: hue angle of 293.72º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C275CB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194117203-
CMYK0.040.4200.20
HSL293.72º45.26%62.75%-
HSV(B)293.72º42.36%79.61%-
XYZ39.3928.559.93-
YUV149.83158.01159.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 117 (46.09% from 255) = 22.76%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=37.74%
G=22.76%
B=39.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941172030.040.4200.20293.7245.2662.75
HexC275CB42A0141262d3f
Octal3021653134520244465577
Binary11000010111010111001011100101010010100100100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C275CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C275CB; }

 p { color: rgb(194,117,203); }

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

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

 a { background-color: rgb(194,117,203); }

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

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

 span { border-color: rgb(194,117,203); }

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