Html Css Color HEX #C275CB Orchid

📋 copy color: '#C275CB'

red 194 ◦ green 117 ◦ blue 203

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

Shades of Orchid #C275CB

Tints of Orchid #C275CB

RGB

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

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

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

R = 37.74%
G = 22.76%
B = 39.49%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C275CB (or 0xC275CB) is known color: Orchid. HEX triplet: C2, 75 and CB. RGB value is (194,117,203). Sum of RGB (Red+Green+Blue) = 194+117+203=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #C275CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275CB is #3D8A34. Grayscale: #959595. Windows color (decimal): -4033077 or 13333954. OLE color: 13333954.

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

Color convert

RGB 194 117 203 -
CMYK 0.04 0.42 0 0.20
HSL 293.72º 0.45% 0.63% -
HSV(B) 293.72º 0.42% 0.8% -
XYZ 39.39 28.5 59.93 -
YUV 149.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 194 117 203 0.04 0.42 0 0.20 293.72 0.45 0.63
Hex C2 75 CB 4 2A 0 14 126 2D 3F
Octal 302 165 313 4 52 0 24 446 55 77
Binary 11000010 1110101 11001011 100 101010 0 10100 100100110 101101 111111

Color Harmonies of #C275CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275CB

Black with #C275CB

Text Example


Text Example

White with #C275CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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