Html Css Color HEX #CA75D4 Orchid

📋 copy color: '#CA75D4'

red 202 ◦ green 117 ◦ blue 212

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

Shades of Orchid #CA75D4

Tints of Orchid #CA75D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.92%

R = 38.04%
G = 22.03%
B = 39.92%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CA75D4 (or 0xCA75D4) is known color: Orchid. HEX triplet: CA, 75 and D4. RGB value is (202,117,212). Sum of RGB (Red+Green+Blue) = 202+117+212=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA75D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75D4 is #358A2B. Grayscale: #989898. Windows color (decimal): -3508780 or 13923786. OLE color: 13923786.

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

Color convert

RGB 202 117 212 -
CMYK 0.05 0.45 0 0.17
HSL 293.68º 0.52% 0.65% -
HSV(B) 293.68º 0.45% 0.83% -
XYZ 42.6 30.03 65.84 -
YUV 153.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 202 117 212 0.05 0.45 0 0.17 293.68 0.52 0.65
Hex CA 75 D4 5 2D 0 11 126 34 41
Octal 312 165 324 5 55 0 21 446 64 101
Binary 11001010 1110101 11010100 101 101101 0 10001 100100110 110100 1000001

Color Harmonies of #CA75D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75D4

Black with #CA75D4

Text Example


Text Example

White with #CA75D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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