Html Css Color HEX #C275CA Orchid

📋 copy color: '#C275CA'

red 194 ◦ green 117 ◦ blue 202

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

Shades of Orchid #C275CA

Tints of Orchid #C275CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.81%

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

R = 37.82%
G = 22.81%
B = 39.38%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C275CA (or 0xC275CA) is known color: Orchid. HEX triplet: C2, 75 and CA. RGB value is (194,117,202). Sum of RGB (Red+Green+Blue) = 194+117+202=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #C275CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275CA is #3D8A35. Grayscale: #959595. Windows color (decimal): -4033078 or 13268418. OLE color: 13268418.

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

Color convert

RGB 194 117 202 -
CMYK 0.04 0.42 0 0.21
HSL 294.35º 0.45% 0.63% -
HSV(B) 294.35º 0.42% 0.79% -
XYZ 39.27 28.46 59.3 -
YUV 149.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 194 117 202 0.04 0.42 0 0.21 294.35 0.45 0.63
Hex C2 75 CA 4 2A 0 15 126 2D 3F
Octal 302 165 312 4 52 0 25 446 55 77
Binary 11000010 1110101 11001010 100 101010 0 10101 100100110 101101 111111

Color Harmonies of #C275CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275CA

Black with #C275CA

Text Example


Text Example

White with #C275CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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