Html Css Color HEX #CF69DE Orchid

📋 copy color: '#CF69DE'

red 207 ◦ green 105 ◦ blue 222

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

Shades of Orchid #CF69DE

Tints of Orchid #CF69DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 38.76%
G = 19.66%
B = 41.57%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF69DE (or 0xCF69DE) is known color: Orchid. HEX triplet: CF, 69 and DE. RGB value is (207,105,222). Sum of RGB (Red+Green+Blue) = 207+105+222=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69DE is #309621. Grayscale: #949494. Windows color (decimal): -3184162 or 14576079. OLE color: 14576079.

HSL color Cylindrical-coordinate representation of color #CF69DE: hue angle of 292.31º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF69DE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 105 222 -
CMYK 0.07 0.53 0 0.13
HSL 292.31º 0.64% 0.64% -
HSV(B) 292.31º 0.53% 0.87% -
XYZ 43.97 28.64 72.32 -
YUV 148.84 169.29 169.49 -
System Red Green Blue C M Y K H S L
Decimal 207 105 222 0.07 0.53 0 0.13 292.31 0.64 0.64
Hex CF 69 DE 7 35 0 D 124 40 40
Octal 317 151 336 7 65 0 15 444 100 100
Binary 11001111 1101001 11011110 111 110101 0 1101 100100100 1000000 1000000

Color Harmonies of #CF69DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF69DE

Black with #CF69DE

Text Example


Text Example

White with #CF69DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF69DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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