Html Css Color HEX #C975E0 Orchid

📋 copy color: '#C975E0'

red 201 ◦ green 117 ◦ blue 224

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

Shades of Orchid #C975E0

Tints of Orchid #C975E0

RGB

 RED value IS 201 (78.91% from 255) = 37.08%

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

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 37.08%
G = 21.59%
B = 41.33%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C975E0 (or 0xC975E0) is known color: Orchid. HEX triplet: C9, 75 and E0. RGB value is (201,117,224). Sum of RGB (Red+Green+Blue) = 201+117+224=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #C975E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975E0 is #368A1F. Grayscale: #999999. Windows color (decimal): -3574304 or 14710217. OLE color: 14710217.

HSL color Cylindrical-coordinate representation of color #C975E0: hue angle of 287.1º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C975E0 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 117 224 -
CMYK 0.10 0.48 0 0.12
HSL 287.1º 0.63% 0.67% -
HSV(B) 287.1º 0.48% 0.88% -
XYZ 43.9 30.52 74.1 -
YUV 154.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 201 117 224 0.10 0.48 0 0.12 287.1 0.63 0.67
Hex C9 75 E0 A 30 0 C 11F 3F 43
Octal 311 165 340 12 60 0 14 437 77 103
Binary 11001001 1110101 11100000 1010 110000 0 1100 100011111 111111 1000011

Color Harmonies of #C975E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975E0

Black with #C975E0

Text Example


Text Example

White with #C975E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975E0; }

 p { color: rgb(201,117,224); }

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

background-color css

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

 a { background-color: rgb(201,117,224); }

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

border-color css

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

 span { border-color: rgb(201,117,224); }

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