Html Css Color HEX #CA75DF Orchid

📋 copy color: '#CA75DF'

red 202 ◦ green 117 ◦ blue 223

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

Shades of Orchid #CA75DF

Tints of Orchid #CA75DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 37.27%
G = 21.59%
B = 41.14%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA75DF (or 0xCA75DF) is known color: Orchid. HEX triplet: CA, 75 and DF. RGB value is (202,117,223). Sum of RGB (Red+Green+Blue) = 202+117+223=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75DF is #358A20. Grayscale: #9A9A9A. Windows color (decimal): -3508769 or 14644682. OLE color: 14644682.

HSL color Cylindrical-coordinate representation of color #CA75DF: hue angle of 288.11º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA75DF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 117 223 -
CMYK 0.09 0.48 0 0.13
HSL 288.11º 0.62% 0.67% -
HSV(B) 288.11º 0.48% 0.87% -
XYZ 44.04 30.61 73.4 -
YUV 154.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 202 117 223 0.09 0.48 0 0.13 288.11 0.62 0.67
Hex CA 75 DF 9 30 0 D 120 3E 43
Octal 312 165 337 11 60 0 15 440 76 103
Binary 11001010 1110101 11011111 1001 110000 0 1101 100100000 111110 1000011

Color Harmonies of #CA75DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75DF

Black with #CA75DF

Text Example


Text Example

White with #CA75DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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