Html Css Color HEX #CA74CD Orchid

📋 copy color: '#CA74CD'

red 202 ◦ green 116 ◦ blue 205

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

Shades of Orchid #CA74CD

Tints of Orchid #CA74CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 38.62%
G = 22.18%
B = 39.2%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA74CD (or 0xCA74CD) is known color: Orchid. HEX triplet: CA, 74 and CD. RGB value is (202,116,205). Sum of RGB (Red+Green+Blue) = 202+116+205=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA74CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74CD is #358B32. Grayscale: #979797. Windows color (decimal): -3509043 or 13464778. OLE color: 13464778.

HSL color Cylindrical-coordinate representation of color #CA74CD: hue angle of 297.98º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA74CD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 116 205 -
CMYK 0.01 0.43 0 0.20
HSL 297.98º 0.47% 0.63% -
HSV(B) 297.98º 0.43% 0.8% -
XYZ 41.62 29.46 61.25 -
YUV 151.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 202 116 205 0.01 0.43 0 0.20 297.98 0.47 0.63
Hex CA 74 CD 1 2B 0 14 12A 2F 3F
Octal 312 164 315 1 53 0 24 452 57 77
Binary 11001010 1110100 11001101 1 101011 0 10100 100101010 101111 111111

Color Harmonies of #CA74CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74CD

Black with #CA74CD

Text Example


Text Example

White with #CA74CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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