Html Css Color HEX #CA7BFD Heliotrope

📋 copy color: '#CA7BFD'

red 202 ◦ green 123 ◦ blue 253

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

Shades of Heliotrope #CA7BFD

Tints of Heliotrope #CA7BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 34.95%
G = 21.28%
B = 43.77%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA7BFD (or 0xCA7BFD) is known color: Heliotrope. HEX triplet: CA, 7B and FD. RGB value is (202,123,253). Sum of RGB (Red+Green+Blue) = 202+123+253=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BFD is #358402. Grayscale: #A1A1A1. Windows color (decimal): -3507203 or 16612298. OLE color: 16612298.

HSL color Cylindrical-coordinate representation of color #CA7BFD: hue angle of 276.46º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7BFD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 123 253 -
CMYK 0.20 0.51 0 0.01
HSL 276.46º 0.97% 0.74% -
HSV(B) 276.46º 0.51% 0.99% -
XYZ 49.17 33.81 96.86 -
YUV 161.44 179.67 156.93 -
System Red Green Blue C M Y K H S L
Decimal 202 123 253 0.20 0.51 0 0.01 276.46 0.97 0.74
Hex CA 7B FD 14 33 0 1 114 61 4A
Octal 312 173 375 24 63 0 1 424 141 112
Binary 11001010 1111011 11111101 10100 110011 0 1 100010100 1100001 1001010

Color Harmonies of #CA7BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BFD

Black with #CA7BFD

Text Example


Text Example

White with #CA7BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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