Html Css Color HEX #CA75CB Orchid

📋 copy color: '#CA75CB'

red 202 ◦ green 117 ◦ blue 203

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

Shades of Orchid #CA75CB

Tints of Orchid #CA75CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 38.7%
G = 22.41%
B = 38.89%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA75CB (or 0xCA75CB) is known color: Orchid. HEX triplet: CA, 75 and CB. RGB value is (202,117,203). Sum of RGB (Red+Green+Blue) = 202+117+203=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75CB is #358A34. Grayscale: #979797. Windows color (decimal): -3508789 or 13333962. OLE color: 13333962.

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

Color convert

RGB 202 117 203 -
CMYK 0.00 0.42 0 0.20
HSL 299.3º 0.45% 0.63% -
HSV(B) 299.3º 0.42% 0.8% -
XYZ 41.5 29.59 60.02 -
YUV 152.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 202 117 203 0.00 0.42 0 0.20 299.3 0.45 0.63
Hex CA 75 CB 0 2A 0 14 12B 2D 3F
Octal 312 165 313 0 52 0 24 453 55 77
Binary 11001010 1110101 11001011 0 101010 0 10100 100101011 101101 111111

Color Harmonies of #CA75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75CB

Black with #CA75CB

Text Example


Text Example

White with #CA75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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