Html Css Color HEX #CA75D5 Orchid

📋 copy color: '#CA75D5'

red 202 ◦ green 117 ◦ blue 213

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

Shades of Orchid #CA75D5

Tints of Orchid #CA75D5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.99%

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 37.97%
G = 21.99%
B = 40.04%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA75D5 (or 0xCA75D5) is known color: Orchid. HEX triplet: CA, 75 and D5. RGB value is (202,117,213). Sum of RGB (Red+Green+Blue) = 202+117+213=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75D5 is #358A2A. Grayscale: #999999. Windows color (decimal): -3508779 or 13989322. OLE color: 13989322.

HSL color Cylindrical-coordinate representation of color #CA75D5: hue angle of 293.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA75D5 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 117 213 -
CMYK 0.05 0.45 0 0.16
HSL 293.13º 0.53% 0.65% -
HSV(B) 293.13º 0.45% 0.84% -
XYZ 42.73 30.08 66.51 -
YUV 153.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 202 117 213 0.05 0.45 0 0.16 293.13 0.53 0.65
Hex CA 75 D5 5 2D 0 10 125 35 41
Octal 312 165 325 5 55 0 20 445 65 101
Binary 11001010 1110101 11010101 101 101101 0 10000 100100101 110101 1000001

Color Harmonies of #CA75D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75D5

Black with #CA75D5

Text Example


Text Example

White with #CA75D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75D5; }

 p { color: rgb(202,117,213); }

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

background-color css

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

 a { background-color: rgb(202,117,213); }

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

border-color css

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

 span { border-color: rgb(202,117,213); }

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