Html Css Color HEX #C275D7 Orchid

📋 copy color: '#C275D7'

red 194 ◦ green 117 ◦ blue 215

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

Shades of Orchid #C275D7

Tints of Orchid #C275D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 36.88%
G = 22.24%
B = 40.87%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C275D7 (or 0xC275D7) is known color: Orchid. HEX triplet: C2, 75 and D7. RGB value is (194,117,215). Sum of RGB (Red+Green+Blue) = 194+117+215=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #C275D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275D7 is #3D8A28. Grayscale: #969696. Windows color (decimal): -4033065 or 14120386. OLE color: 14120386.

HSL color Cylindrical-coordinate representation of color #C275D7: hue angle of 287.14º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C275D7 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 117 215 -
CMYK 0.10 0.46 0 0.16
HSL 287.14º 0.55% 0.65% -
HSV(B) 287.14º 0.46% 0.84% -
XYZ 40.88 29.1 67.75 -
YUV 151.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 194 117 215 0.10 0.46 0 0.16 287.14 0.55 0.65
Hex C2 75 D7 A 2E 0 10 11F 37 41
Octal 302 165 327 12 56 0 20 437 67 101
Binary 11000010 1110101 11010111 1010 101110 0 10000 100011111 110111 1000001

Color Harmonies of #C275D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275D7

Black with #C275D7

Text Example


Text Example

White with #C275D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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