Html Css Color HEX #C270CA Orchid

📋 copy color: '#C270CA'

red 194 ◦ green 112 ◦ blue 202

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

Shades of Orchid #C270CA

Tints of Orchid #C270CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 38.19%
G = 22.05%
B = 39.76%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C270CA (or 0xC270CA) is known color: Orchid. HEX triplet: C2, 70 and CA. RGB value is (194,112,202). Sum of RGB (Red+Green+Blue) = 194+112+202=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #C270CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270CA is #3D8F35. Grayscale: #929292. Windows color (decimal): -4034358 or 13267138. OLE color: 13267138.

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

Color convert

RGB 194 112 202 -
CMYK 0.04 0.45 0 0.21
HSL 294.67º 0.46% 0.62% -
HSV(B) 294.67º 0.45% 0.79% -
XYZ 38.7 27.32 59.11 -
YUV 146.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 194 112 202 0.04 0.45 0 0.21 294.67 0.46 0.62
Hex C2 70 CA 4 2D 0 15 127 2E 3E
Octal 302 160 312 4 55 0 25 447 56 76
Binary 11000010 1110000 11001010 100 101101 0 10101 100100111 101110 111110

Color Harmonies of #C270CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270CA

Black with #C270CA

Text Example


Text Example

White with #C270CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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