Html Css Color HEX #CF69E5 Orchid

📋 copy color: '#CF69E5'

red 207 ◦ green 105 ◦ blue 229

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

Shades of Orchid #CF69E5

Tints of Orchid #CF69E5

RGB

 RED value IS 207 (81.25% from 255) = 38.26%

 GREEN value IS 105 (41.41% from 255) = 19.41%

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 38.26%
G = 19.41%
B = 42.33%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF69E5 (or 0xCF69E5) is known color: Orchid. HEX triplet: CF, 69 and E5. RGB value is (207,105,229). Sum of RGB (Red+Green+Blue) = 207+105+229=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF69E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69E5 is #30961A. Grayscale: #959595. Windows color (decimal): -3184155 or 15034831. OLE color: 15034831.

HSL color Cylindrical-coordinate representation of color #CF69E5: hue angle of 289.35º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF69E5 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 105 229 -
CMYK 0.10 0.54 0 0.10
HSL 289.35º 0.7% 0.65% -
HSV(B) 289.35º 0.54% 0.9% -
XYZ 44.93 29.03 77.36 -
YUV 149.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 207 105 229 0.10 0.54 0 0.10 289.35 0.7 0.65
Hex CF 69 E5 A 36 0 A 121 46 41
Octal 317 151 345 12 66 0 12 441 106 101
Binary 11001111 1101001 11100101 1010 110110 0 1010 100100001 1000110 1000001

Color Harmonies of #CF69E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF69E5

Black with #CF69E5

Text Example


Text Example

White with #CF69E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF69E5; }

 p { color: rgb(207,105,229); }

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

background-color css

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

 a { background-color: rgb(207,105,229); }

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

border-color css

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

 span { border-color: rgb(207,105,229); }

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