Html Css Color HEX #C272CE Orchid

📋 copy color: '#C272CE'

red 194 ◦ green 114 ◦ blue 206

#C272CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C272CE

Tints of Orchid #C272CE

RGB

 RED value IS 194 (76.17% from 255) = 37.74%

 GREEN value IS 114 (44.92% from 255) = 22.18%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 37.74%
G = 22.18%
B = 40.08%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C272CE (or 0xC272CE) is known color: Orchid. HEX triplet: C2, 72 and CE. RGB value is (194,114,206). Sum of RGB (Red+Green+Blue) = 194+114+206=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #C272CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272CE is #3D8D31. Grayscale: #949494. Windows color (decimal): -4033842 or 13529794. OLE color: 13529794.

HSL color Cylindrical-coordinate representation of color #C272CE: hue angle of 292.17º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C272CE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 114 206 -
CMYK 0.06 0.45 0 0.19
HSL 292.17º 0.48% 0.63% -
HSV(B) 292.17º 0.45% 0.81% -
XYZ 39.41 27.96 61.71 -
YUV 148.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 194 114 206 0.06 0.45 0 0.19 292.17 0.48 0.63
Hex C2 72 CE 6 2D 0 13 124 30 3F
Octal 302 162 316 6 55 0 23 444 60 77
Binary 11000010 1110010 11001110 110 101101 0 10011 100100100 110000 111111

Color Harmonies of #C272CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272CE

Black with #C272CE

Text Example


Text Example

White with #C272CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272CE; }

 p { color: rgb(194,114,206); }

 H1.HeaderClassName
 {
   color: #C272CE;
 }
 .AnyTagClassName
 {
   color: #C272CE;
 }
</style>

background-color css

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

 a { background-color: rgb(194,114,206); }

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

border-color css

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

 span { border-color: rgb(194,114,206); }

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