Html Css Color HEX #CA7BD1 Orchid

📋 copy color: '#CA7BD1'

red 202 ◦ green 123 ◦ blue 209

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

Shades of Orchid #CA7BD1

Tints of Orchid #CA7BD1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.03%

 BLUE value IS 209 (82.03% from 255) = 39.14%

R = 37.83%
G = 23.03%
B = 39.14%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA7BD1 (or 0xCA7BD1) is known color: Orchid. HEX triplet: CA, 7B and D1. RGB value is (202,123,209). Sum of RGB (Red+Green+Blue) = 202+123+209=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA7BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BD1 is #35842E. Grayscale: #9C9C9C. Windows color (decimal): -3507247 or 13728714. OLE color: 13728714.

HSL color Cylindrical-coordinate representation of color #CA7BD1: hue angle of 295.12º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7BD1 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 123 209 -
CMYK 0.03 0.41 0 0.18
HSL 295.12º 0.48% 0.65% -
HSV(B) 295.12º 0.41% 0.82% -
XYZ 42.95 31.33 64.1 -
YUV 156.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 202 123 209 0.03 0.41 0 0.18 295.12 0.48 0.65
Hex CA 7B D1 3 29 0 12 127 30 41
Octal 312 173 321 3 51 0 22 447 60 101
Binary 11001010 1111011 11010001 11 101001 0 10010 100100111 110000 1000001

Color Harmonies of #CA7BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BD1

Black with #CA7BD1

Text Example


Text Example

White with #CA7BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BD1; }

 p { color: rgb(202,123,209); }

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

background-color css

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

 a { background-color: rgb(202,123,209); }

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

border-color css

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

 span { border-color: rgb(202,123,209); }

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