Html Css Color HEX #C270CE Orchid

📋 copy color: '#C270CE'

red 194 ◦ green 112 ◦ blue 206

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

Shades of Orchid #C270CE

Tints of Orchid #C270CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.88%

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

R = 37.89%
G = 21.88%
B = 40.23%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C270CE (or 0xC270CE) is known color: Orchid. HEX triplet: C2, 70 and CE. RGB value is (194,112,206). Sum of RGB (Red+Green+Blue) = 194+112+206=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #C270CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270CE is #3D8F31. Grayscale: #929292. Windows color (decimal): -4034354 or 13529282. OLE color: 13529282.

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

Color convert

RGB 194 112 206 -
CMYK 0.06 0.46 0 0.19
HSL 292.34º 0.49% 0.62% -
HSV(B) 292.34º 0.46% 0.81% -
XYZ 39.18 27.51 61.64 -
YUV 147.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 194 112 206 0.06 0.46 0 0.19 292.34 0.49 0.62
Hex C2 70 CE 6 2E 0 13 124 31 3E
Octal 302 160 316 6 56 0 23 444 61 76
Binary 11000010 1110000 11001110 110 101110 0 10011 100100100 110001 111110

Color Harmonies of #C270CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270CE

Black with #C270CE

Text Example


Text Example

White with #C270CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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