Html Css Color HEX #C274CE Orchid

📋 copy color: '#C274CE'

red 194 ◦ green 116 ◦ blue 206

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

Shades of Orchid #C274CE

Tints of Orchid #C274CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.48%

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

R = 37.6%
G = 22.48%
B = 39.92%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C274CE (or 0xC274CE) is known color: Orchid. HEX triplet: C2, 74 and CE. RGB value is (194,116,206). Sum of RGB (Red+Green+Blue) = 194+116+206=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C274CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274CE is #3D8B31. Grayscale: #959595. Windows color (decimal): -4033330 or 13530306. OLE color: 13530306.

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

Color convert

RGB 194 116 206 -
CMYK 0.06 0.44 0 0.19
HSL 292º 0.48% 0.63% -
HSV(B) 292º 0.44% 0.81% -
XYZ 39.63 28.42 61.79 -
YUV 149.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 194 116 206 0.06 0.44 0 0.19 292 0.48 0.63
Hex C2 74 CE 6 2C 0 13 124 30 3F
Octal 302 164 316 6 54 0 23 444 60 77
Binary 11000010 1110100 11001110 110 101100 0 10011 100100100 110000 111111

Color Harmonies of #C274CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274CE

Black with #C274CE

Text Example


Text Example

White with #C274CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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