Html Css Color HEX #CA75BC Orchid

📋 copy color: '#CA75BC'

red 202 ◦ green 117 ◦ blue 188

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

Shades of Orchid #CA75BC

Tints of Orchid #CA75BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 39.84%
G = 23.08%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA75BC (or 0xCA75BC) is known color: Orchid. HEX triplet: CA, 75 and BC. RGB value is (202,117,188). Sum of RGB (Red+Green+Blue) = 202+117+188=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75BC is #358A43. Grayscale: #969696. Windows color (decimal): -3508804 or 12350922. OLE color: 12350922.

HSL color Cylindrical-coordinate representation of color #CA75BC: hue angle of 309.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA75BC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 117 188 -
CMYK 0 0.42 0.07 0.21
HSL 309.88º 0.45% 0.63% -
HSV(B) 309.88º 0.42% 0.79% -
XYZ 39.8 28.91 51.06 -
YUV 150.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 202 117 188 0 0.42 0.07 0.21 309.88 0.45 0.63
Hex CA 75 BC 0 2A 7 15 136 2D 3F
Octal 312 165 274 0 52 7 25 466 55 77
Binary 11001010 1110101 10111100 0 101010 111 10101 100110110 101101 111111

Color Harmonies of #CA75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75BC

Black with #CA75BC

Text Example


Text Example

White with #CA75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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