Html Css Color HEX #CA74E5 Orchid

📋 copy color: '#CA74E5'

red 202 ◦ green 116 ◦ blue 229

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

Shades of Orchid #CA74E5

Tints of Orchid #CA74E5

RGB

 RED value IS 202 (79.3% from 255) = 36.93%

 GREEN value IS 116 (45.7% from 255) = 21.21%

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 36.93%
G = 21.21%
B = 41.86%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA74E5 (or 0xCA74E5) is known color: Orchid. HEX triplet: CA, 74 and E5. RGB value is (202,116,229). Sum of RGB (Red+Green+Blue) = 202+116+229=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA74E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74E5 is #358B1A. Grayscale: #9A9A9A. Windows color (decimal): -3509019 or 15037642. OLE color: 15037642.

HSL color Cylindrical-coordinate representation of color #CA74E5: hue angle of 285.66º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA74E5 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 116 229 -
CMYK 0.12 0.49 0 0.10
HSL 285.66º 0.68% 0.68% -
HSV(B) 285.66º 0.49% 0.9% -
XYZ 44.75 30.7 77.7 -
YUV 154.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 202 116 229 0.12 0.49 0 0.10 285.66 0.68 0.68
Hex CA 74 E5 C 31 0 A 11E 44 44
Octal 312 164 345 14 61 0 12 436 104 104
Binary 11001010 1110100 11100101 1100 110001 0 1010 100011110 1000100 1000100

Color Harmonies of #CA74E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74E5

Black with #CA74E5

Text Example


Text Example

White with #CA74E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74E5; }

 p { color: rgb(202,116,229); }

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

background-color css

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

 a { background-color: rgb(202,116,229); }

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

border-color css

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

 span { border-color: rgb(202,116,229); }

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