Html Css Color HEX #CA67FA Heliotrope

📋 copy color: '#CA67FA'

red 202 ◦ green 103 ◦ blue 250

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

Shades of Heliotrope #CA67FA

Tints of Heliotrope #CA67FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.56%

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 36.4%
G = 18.56%
B = 45.05%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA67FA (or 0xCA67FA) is known color: Heliotrope. HEX triplet: CA, 67 and FA. RGB value is (202,103,250). Sum of RGB (Red+Green+Blue) = 202+103+250=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 103 (40.62% from 255 or 18.56% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA67FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA67FA is #359805. Grayscale: #949494. Windows color (decimal): -3512326 or 16410570. OLE color: 16410570.

HSL color Cylindrical-coordinate representation of color #CA67FA: hue angle of 280.41º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA67FA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 103 250 -
CMYK 0.19 0.59 0 0.02
HSL 280.41º 0.94% 0.69% -
HSV(B) 280.41º 0.59% 0.98% -
XYZ 46.46 29.16 93.62 -
YUV 149.36 184.8 165.55 -
System Red Green Blue C M Y K H S L
Decimal 202 103 250 0.19 0.59 0 0.02 280.41 0.94 0.69
Hex CA 67 FA 13 3B 0 2 118 5E 45
Octal 312 147 372 23 73 0 2 430 136 105
Binary 11001010 1100111 11111010 10011 111011 0 10 100011000 1011110 1000101

Color Harmonies of #CA67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA67FA

Black with #CA67FA

Text Example


Text Example

White with #CA67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA67FA; }

 p { color: rgb(202,103,250); }

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

background-color css

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

 a { background-color: rgb(202,103,250); }

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

border-color css

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

 span { border-color: rgb(202,103,250); }

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