Html Css Color HEX #CA74DA Orchid

📋 copy color: '#CA74DA'

red 202 ◦ green 116 ◦ blue 218

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

Shades of Orchid #CA74DA

Tints of Orchid #CA74DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 37.69%
G = 21.64%
B = 40.67%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA74DA (or 0xCA74DA) is known color: Orchid. HEX triplet: CA, 74 and DA. RGB value is (202,116,218). Sum of RGB (Red+Green+Blue) = 202+116+218=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74DA is #358B25. Grayscale: #999999. Windows color (decimal): -3509030 or 14316746. OLE color: 14316746.

HSL color Cylindrical-coordinate representation of color #CA74DA: hue angle of 290.59º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA74DA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 116 218 -
CMYK 0.07 0.47 0 0.15
HSL 290.59º 0.58% 0.65% -
HSV(B) 290.59º 0.47% 0.85% -
XYZ 43.26 30.11 69.86 -
YUV 153.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 202 116 218 0.07 0.47 0 0.15 290.59 0.58 0.65
Hex CA 74 DA 7 2F 0 F 123 3A 41
Octal 312 164 332 7 57 0 17 443 72 101
Binary 11001010 1110100 11011010 111 101111 0 1111 100100011 111010 1000001

Color Harmonies of #CA74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74DA

Black with #CA74DA

Text Example


Text Example

White with #CA74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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