Html Css Color HEX #C275CD Orchid

📋 copy color: '#C275CD'

red 194 ◦ green 117 ◦ blue 205

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

Shades of Orchid #C275CD

Tints of Orchid #C275CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 37.6%
G = 22.67%
B = 39.73%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C275CD (or 0xC275CD) is known color: Orchid. HEX triplet: C2, 75 and CD. RGB value is (194,117,205). Sum of RGB (Red+Green+Blue) = 194+117+205=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #C275CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275CD is #3D8A32. Grayscale: #959595. Windows color (decimal): -4033075 or 13465026. OLE color: 13465026.

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

Color convert

RGB 194 117 205 -
CMYK 0.05 0.43 0 0.20
HSL 292.5º 0.47% 0.63% -
HSV(B) 292.5º 0.43% 0.8% -
XYZ 39.63 28.6 61.19 -
YUV 150.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 194 117 205 0.05 0.43 0 0.20 292.5 0.47 0.63
Hex C2 75 CD 5 2B 0 14 124 2F 3F
Octal 302 165 315 5 53 0 24 444 57 77
Binary 11000010 1110101 11001101 101 101011 0 10100 100100100 101111 111111

Color Harmonies of #C275CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275CD

Black with #C275CD

Text Example


Text Example

White with #C275CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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