Html Css Color HEX #CC67F0 Heliotrope

📋 copy color: '#CC67F0'

red 204 ◦ green 103 ◦ blue 240

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

Shades of Heliotrope #CC67F0

Tints of Heliotrope #CC67F0

RGB

 RED value IS 204 (80.08% from 255) = 37.29%

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

 BLUE value IS 240 (94.14% from 255) = 43.88%

R = 37.29%
G = 18.83%
B = 43.88%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC67F0 (or 0xCC67F0) is known color: Heliotrope. HEX triplet: CC, 67 and F0. RGB value is (204,103,240). Sum of RGB (Red+Green+Blue) = 204+103+240=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC67F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC67F0 is #33980F. Grayscale: #949494. Windows color (decimal): -3381264 or 15755212. OLE color: 15755212.

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

Color convert

RGB 204 103 240 -
CMYK 0.15 0.57 0 0.06
HSL 284.23º 0.82% 0.67% -
HSV(B) 284.23º 0.57% 0.94% -
XYZ 45.48 28.83 85.61 -
YUV 148.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 204 103 240 0.15 0.57 0 0.06 284.23 0.82 0.67
Hex CC 67 F0 F 39 0 6 11C 52 43
Octal 314 147 360 17 71 0 6 434 122 103
Binary 11001100 1100111 11110000 1111 111001 0 110 100011100 1010010 1000011

Color Harmonies of #CC67F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67F0

Black with #CC67F0

Text Example


Text Example

White with #CC67F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67F0; }

 p { color: rgb(204,103,240); }

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

background-color css

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

 a { background-color: rgb(204,103,240); }

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

border-color css

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

 span { border-color: rgb(204,103,240); }

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