Html Css Color HEX #C272CB Orchid

📋 copy color: '#C272CB'

red 194 ◦ green 114 ◦ blue 203

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

Shades of Orchid #C272CB

Tints of Orchid #C272CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 37.96%
G = 22.31%
B = 39.73%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C272CB (or 0xC272CB) is known color: Orchid. HEX triplet: C2, 72 and CB. RGB value is (194,114,203). Sum of RGB (Red+Green+Blue) = 194+114+203=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #C272CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272CB is #3D8D34. Grayscale: #939393. Windows color (decimal): -4033845 or 13333186. OLE color: 13333186.

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

Color convert

RGB 194 114 203 -
CMYK 0.04 0.44 0 0.20
HSL 293.93º 0.46% 0.62% -
HSV(B) 293.93º 0.44% 0.8% -
XYZ 39.04 27.82 59.81 -
YUV 148.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 194 114 203 0.04 0.44 0 0.20 293.93 0.46 0.62
Hex C2 72 CB 4 2C 0 14 126 2E 3E
Octal 302 162 313 4 54 0 24 446 56 76
Binary 11000010 1110010 11001011 100 101100 0 10100 100100110 101110 111110

Color Harmonies of #C272CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272CB

Black with #C272CB

Text Example


Text Example

White with #C272CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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