Html Css Color HEX #CA85CD Orchid

📋 copy color: '#CA85CD'

red 202 ◦ green 133 ◦ blue 205

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

Shades of Orchid #CA85CD

Tints of Orchid #CA85CD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.63%

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 37.41%
G = 24.63%
B = 37.96%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA85CD (or 0xCA85CD) is known color: Orchid. HEX triplet: CA, 85 and CD. RGB value is (202,133,205). Sum of RGB (Red+Green+Blue) = 202+133+205=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85CD is #357A32. Grayscale: #A1A1A1. Windows color (decimal): -3504691 or 13469130. OLE color: 13469130.

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

Color convert

RGB 202 133 205 -
CMYK 0.01 0.35 0 0.20
HSL 297.5º 0.42% 0.66% -
HSV(B) 297.5º 0.35% 0.8% -
XYZ 43.76 33.74 61.96 -
YUV 161.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 202 133 205 0.01 0.35 0 0.20 297.5 0.42 0.66
Hex CA 85 CD 1 23 0 14 12A 2A 42
Octal 312 205 315 1 43 0 24 452 52 102
Binary 11001010 10000101 11001101 1 100011 0 10100 100101010 101010 1000010

Color Harmonies of #CA85CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA85CD

Black with #CA85CD

Text Example


Text Example

White with #CA85CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA85CD; }

 p { color: rgb(202,133,205); }

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

background-color css

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

 a { background-color: rgb(202,133,205); }

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

border-color css

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

 span { border-color: rgb(202,133,205); }

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