Html Css Color HEX #C97DE4 Orchid

📋 copy color: '#C97DE4'

red 201 ◦ green 125 ◦ blue 228

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

Shades of Orchid #C97DE4

Tints of Orchid #C97DE4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.56%

 BLUE value IS 228 (89.45% from 255) = 41.16%

R = 36.28%
G = 22.56%
B = 41.16%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C97DE4 (or 0xC97DE4) is known color: Orchid. HEX triplet: C9, 7D and E4. RGB value is (201,125,228). Sum of RGB (Red+Green+Blue) = 201+125+228=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #C97DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DE4 is #36821B. Grayscale: #9F9F9F. Windows color (decimal): -3572252 or 14974409. OLE color: 14974409.

HSL color Cylindrical-coordinate representation of color #C97DE4: hue angle of 284.27º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C97DE4 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 125 228 -
CMYK 0.12 0.45 0 0.11
HSL 284.27º 0.66% 0.69% -
HSV(B) 284.27º 0.45% 0.89% -
XYZ 45.42 32.69 77.31 -
YUV 159.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 201 125 228 0.12 0.45 0 0.11 284.27 0.66 0.69
Hex C9 7D E4 C 2D 0 B 11C 42 45
Octal 311 175 344 14 55 0 13 434 102 105
Binary 11001001 1111101 11100100 1100 101101 0 1011 100011100 1000010 1000101

Color Harmonies of #C97DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DE4

Black with #C97DE4

Text Example


Text Example

White with #C97DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DE4; }

 p { color: rgb(201,125,228); }

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

background-color css

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

 a { background-color: rgb(201,125,228); }

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

border-color css

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

 span { border-color: rgb(201,125,228); }

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