Html Css Color HEX #C272CF Orchid

📋 copy color: '#C272CF'

red 194 ◦ green 114 ◦ blue 207

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

Shades of Orchid #C272CF

Tints of Orchid #C272CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 37.67%
G = 22.14%
B = 40.19%

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

#C272CF (or 0xC272CF) is known color: Orchid. HEX triplet: C2, 72 and CF. RGB value is (194,114,207). Sum of RGB (Red+Green+Blue) = 194+114+207=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #C272CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272CF is #3D8D30. Grayscale: #949494. Windows color (decimal): -4033841 or 13595330. OLE color: 13595330.

HSL color Cylindrical-coordinate representation of color #C272CF: hue angle of 291.61º degrees, saturation: 0.49, 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 #C272CF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 114 207 -
CMYK 0.06 0.45 0 0.19
HSL 291.61º 0.49% 0.63% -
HSV(B) 291.61º 0.45% 0.81% -
XYZ 39.53 28.01 62.35 -
YUV 148.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 194 114 207 0.06 0.45 0 0.19 291.61 0.49 0.63
Hex C2 72 CF 6 2D 0 13 124 31 3F
Octal 302 162 317 6 55 0 23 444 61 77
Binary 11000010 1110010 11001111 110 101101 0 10011 100100100 110001 111111

Color Harmonies of #C272CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272CF

Black with #C272CF

Text Example


Text Example

White with #C272CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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