Html Css Color HEX #C970E4 Orchid

📋 copy color: '#C970E4'

red 201 ◦ green 112 ◦ blue 228

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

Shades of Orchid #C970E4

Tints of Orchid #C970E4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.7%

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

R = 37.15%
G = 20.7%
B = 42.14%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C970E4 (or 0xC970E4) is known color: Orchid. HEX triplet: C9, 70 and E4. RGB value is (201,112,228). Sum of RGB (Red+Green+Blue) = 201+112+228=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #C970E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970E4 is #368F1B. Grayscale: #979797. Windows color (decimal): -3575580 or 14971081. OLE color: 14971081.

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

Color convert

RGB 201 112 228 -
CMYK 0.12 0.51 0 0.11
HSL 286.03º 0.68% 0.67% -
HSV(B) 286.03º 0.51% 0.89% -
XYZ 43.89 29.61 76.8 -
YUV 151.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 201 112 228 0.12 0.51 0 0.11 286.03 0.68 0.67
Hex C9 70 E4 C 33 0 B 11E 44 43
Octal 311 160 344 14 63 0 13 436 104 103
Binary 11001001 1110000 11100100 1100 110011 0 1011 100011110 1000100 1000011

Color Harmonies of #C970E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970E4

Black with #C970E4

Text Example


Text Example

White with #C970E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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