Html Css Color HEX #CC67FD Heliotrope

📋 copy color: '#CC67FD'

red 204 ◦ green 103 ◦ blue 253

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

Shades of Heliotrope #CC67FD

Tints of Heliotrope #CC67FD

RGB

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

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

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

R = 36.43%
G = 18.39%
B = 45.18%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC67FD (or 0xCC67FD) is known color: Heliotrope. HEX triplet: CC, 67 and FD. RGB value is (204,103,253). Sum of RGB (Red+Green+Blue) = 204+103+253=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 103 (40.62% from 255 or 18.39% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC67FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC67FD is #339802. Grayscale: #959595. Windows color (decimal): -3381251 or 16607180. OLE color: 16607180.

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

Color convert

RGB 204 103 253 -
CMYK 0.19 0.59 0 0.01
HSL 280.4º 0.97% 0.7% -
HSV(B) 280.4º 0.59% 0.99% -
XYZ 47.48 29.63 96.15 -
YUV 150.3 185.96 166.3 -
System Red Green Blue C M Y K H S L
Decimal 204 103 253 0.19 0.59 0 0.01 280.4 0.97 0.7
Hex CC 67 FD 13 3B 0 1 118 61 46
Octal 314 147 375 23 73 0 1 430 141 106
Binary 11001100 1100111 11111101 10011 111011 0 1 100011000 1100001 1000110

Color Harmonies of #CC67FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67FD

Black with #CC67FD

Text Example


Text Example

White with #CC67FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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