Html Css Color HEX #CA67EE Heliotrope

📋 copy color: '#CA67EE'

red 202 ◦ green 103 ◦ blue 238

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

Shades of Heliotrope #CA67EE

Tints of Heliotrope #CA67EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 37.2%
G = 18.97%
B = 43.83%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA67EE (or 0xCA67EE) is known color: Heliotrope. HEX triplet: CA, 67 and EE. RGB value is (202,103,238). Sum of RGB (Red+Green+Blue) = 202+103+238=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA67EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA67EE is #359811. Grayscale: #939393. Windows color (decimal): -3512338 or 15624138. OLE color: 15624138.

HSL color Cylindrical-coordinate representation of color #CA67EE: hue angle of 284º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA67EE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 103 238 -
CMYK 0.15 0.57 0 0.07
HSL 284º 0.8% 0.67% -
HSV(B) 284º 0.57% 0.93% -
XYZ 44.64 28.43 84.02 -
YUV 147.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 202 103 238 0.15 0.57 0 0.07 284 0.8 0.67
Hex CA 67 EE F 39 0 7 11C 50 43
Octal 312 147 356 17 71 0 7 434 120 103
Binary 11001010 1100111 11101110 1111 111001 0 111 100011100 1010000 1000011

Color Harmonies of #CA67EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA67EE

Black with #CA67EE

Text Example


Text Example

White with #CA67EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA67EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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