Html Css Color HEX #CA85CF Orchid

📋 copy color: '#CA85CF'

red 202 ◦ green 133 ◦ blue 207

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

Shades of Orchid #CA85CF

Tints of Orchid #CA85CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 37.27%
G = 24.54%
B = 38.19%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA85CF (or 0xCA85CF) is known color: Orchid. HEX triplet: CA, 85 and CF. RGB value is (202,133,207). Sum of RGB (Red+Green+Blue) = 202+133+207=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85CF is #357A30. Grayscale: #A1A1A1. Windows color (decimal): -3504689 or 13600202. OLE color: 13600202.

HSL color Cylindrical-coordinate representation of color #CA85CF: hue angle of 295.95º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA85CF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 133 207 -
CMYK 0.02 0.36 0 0.19
HSL 295.95º 0.44% 0.67% -
HSV(B) 295.95º 0.36% 0.81% -
XYZ 44.01 33.84 63.24 -
YUV 162.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 202 133 207 0.02 0.36 0 0.19 295.95 0.44 0.67
Hex CA 85 CF 2 24 0 13 128 2C 43
Octal 312 205 317 2 44 0 23 450 54 103
Binary 11001010 10000101 11001111 10 100100 0 10011 100101000 101100 1000011

Color Harmonies of #CA85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA85CF

Black with #CA85CF

Text Example


Text Example

White with #CA85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA85CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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