Html Css Color HEX #CA75DA Orchid

📋 copy color: '#CA75DA'

red 202 ◦ green 117 ◦ blue 218

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

Shades of Orchid #CA75DA

Tints of Orchid #CA75DA

RGB

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

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

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

R = 37.62%
G = 21.79%
B = 40.6%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA75DA (or 0xCA75DA) is known color: Orchid. HEX triplet: CA, 75 and DA. RGB value is (202,117,218). Sum of RGB (Red+Green+Blue) = 202+117+218=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA75DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75DA is #358A25. Grayscale: #999999. Windows color (decimal): -3508774 or 14317002. OLE color: 14317002.

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

Color convert

RGB 202 117 218 -
CMYK 0.07 0.46 0 0.15
HSL 290.5º 0.58% 0.66% -
HSV(B) 290.5º 0.46% 0.85% -
XYZ 43.37 30.34 69.9 -
YUV 153.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 202 117 218 0.07 0.46 0 0.15 290.5 0.58 0.66
Hex CA 75 DA 7 2E 0 F 122 3A 42
Octal 312 165 332 7 56 0 17 442 72 102
Binary 11001010 1110101 11011010 111 101110 0 1111 100100010 111010 1000010

Color Harmonies of #CA75DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75DA

Black with #CA75DA

Text Example


Text Example

White with #CA75DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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